html {
    font-size: 16px;
}
body {
    overflow-y: scroll;
    position: relative;
    line-height: normal;
}
@media (max-width: 767.98px) {
    body {
        cursor: pointer;
    }
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.1);
    border-radius: 12px;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.25);
}
::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.05);
}
::-ms-clear,
::-ms-reveal {
    display: none;
}
button {
    display: inline-flex !important;
    align-items: baseline;
    justify-content: center;
    line-height: normal !important;
}
button i:not(:only-child) {
    margin-right: 0.25rem;
}
label.required:after,
th.required:after {
    content: '*';
    color: red;
    font-family: 'Lucida console', 'Times New Roman', helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1;
    margin-left: 2px;
}
label.align-required:after {
    content: '';
    margin-left: 15px;
}
label.group-required:after {
    content: '*';
    color: #17a2b8;
    font-family: 'Lucida console', 'Times New Roman', helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1;
    margin-left: 2px;
}
label.tooltiped:after {
    content: 'i';
    color: #17a2b8;
    font-family: Consolas, 'Times New Roman', helvetica, sans-serif;
    line-height: 1;
    margin-left: 2px;
    font-style: italic;
    font-weight: 700;
    vertical-align: text-top;
}
input[type='checkbox']:not(.custom-control-input):disabled,
input[type='radio']:not(.custom-control-input):disabled {
    opacity: 0.8;
}
input::-webkit-input-placeholder {
    color: #adb5bd !important;
}
input:-moz-placeholder {
    color: #adb5bd !important;
}
input::-moz-placeholder {
    color: #adb5bd !important;
}
input:-ms-input-placeholder {
    color: #adb5bd !important;
}
a.disabled {
    color: #6c757d;
}
td pre {
    font-family: inherit;
    color: #6c757d;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.accordion .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.4;
}
.dl-item-cmd .btn.disabled,
.dl-item-cmd .btn:disabled {
    color: #343a40 !important;
}
@media (max-width: 767.98px) {
    .bootstrap-datetimepicker-widget .col-md-6 a[data-action] {
        padding: 0px;
    }
}
@media (max-width: 767.98px) {
    .bootstrap-datetimepicker-widget .col-md-6 table td span {
        margin: 0px;
    }
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child > span {
    width: auto;
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child:after {
    content: attr(title);
    margin-left: 0.25rem;
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child:hover {
    background: #e9ecef;
    cursor: pointer;
}
.card-header {
    padding: 0;
}
.card-body {
    padding: 1px 0;
}
.card-footer {
    padding: 0.25rem 0;
}
@media (min-width: 1921px) {
    .container-fluid {
        max-width: 2400px;
    }
}
@media (min-width: 2733px) {
    .container-fluid {
        max-width: 2800px;
    }
}
.custom-control-inline {
    margin-right: 0.5rem;
}
.dropdown-item:hover {
    background-color: #f2f2f2;
}
.form-control.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.form-group > label {
    white-space: nowrap;
}
.input-group.date .btn-outline-secondary {
    border-left-width: 0;
    border-color: #ced4da;
}
.input-group.date .btn-outline-secondary:hover {
    border-color: #6c757d;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #9aa6b1;
}
.list-group-item-action.active:hover {
    background-color: #0362c7;
}
.list-group-item-action:not(.active):hover {
    background-color: #f2f2f2;
}
.list-group-item {
    padding: 0.5rem 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
}
.modal-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
}
.modal-footer {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.nav-tabs .nav-item:first-child {
    margin-left: 0.25rem;
}
.nav-tabs .nav-item:last-child {
    margin-right: 0.25rem;
}
.nav-tabs .nav-item:not(:first-child) {
    margin-left: 0.125rem;
    align-items: center;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}
.nav-tabs .nav-link {
    background-color: #f3f3f3;
    border-color: #f3f3f3 #f3f3f3 #dee2e6;
}
.nav-tabs .nav-link:not(.active):hover {
    background-color: #ececec;
}
.page-item.disabled .page-link {
    color: #ced4da;
}
.page-link {
    padding: 0.375rem 0.125rem;
    color: #343a40;
}
.pagination {
    margin-top: 0;
    margin-bottom: 0;
}
.pagination > li {
    min-width: 2.75rem;
    text-align: center;
}
@media screen and (max-width: 767.98px) and (orientation: portrait) {
    .pagination > li[data-distance='far'] {
        display: none;
    }
}
@media (min-width: 768px) {
    .pagination > li[data-distance='far-end'] {
        display: none;
    }
}
@media screen and (max-width: 767.98px) and (orientation: landscape) {
    .pagination > li[data-distance='far-end'] {
        display: none;
    }
}
.popover {
    max-width: 322px;
}
.tab-pane {
    padding: 0.5rem 0px;
}
.table {
    margin-bottom: 0;
}
.table th,
.table td {
    vertical-align: middle !important;
}
.table .thead-light th {
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom-width: 1px;
    font-weight: normal;
    border-top: 0;
    box-shadow: 0px 1px 0 #ddd, 0px 1px 0 #ddd inset;
}
.table > tbody:last-child {
    border-bottom: 1px solid #ddd;
}
.table-sm th {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.table-sm td {
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (min-width: 1500px) {
    .col-2xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-2xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-2xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-2xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-2xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-2xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-2xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-2xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-2xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-2xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-2xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-2xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pl-2xl-gutter {
        padding-left: 15px !important;
    }
    .pl-2xl-3 {
        padding-left: 15px !important;
    }
    .pr-2xl-3 {
        padding-right: 15px !important;
    }
}
@media (min-width: 1800px) {
    .col-3xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-3xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-3xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-3xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-3xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-3xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-3xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-3xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-3xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-3xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-3xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-3xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pl-3xl-gutter {
        padding-left: 15px !important;
    }
    .pl-3xl-0 {
        padding-left: 0 !important;
    }
    .pr-3xl-0 {
        padding-right: 0 !important;
    }
    .pl-3xl-3 {
        padding-left: 15px !important;
    }
    .pr-3xl-3 {
        padding-right: 15px !important;
    }
}
@media (min-width: 2200px) {
    .col-4xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-4xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-4xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-4xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-4xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-4xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-4xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-4xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-4xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-4xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-4xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-4xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col-2xl-1,
.col-2xl-2,
.col-2xl-3,
.col-2xl-4,
.col-2xl-5,
.col-2xl-6,
.col-2xl-7,
.col-2xl-8,
.col-2xl-9,
.col-2xl-10,
.col-2xl-11,
.col-2xl-12,
.col-3xl-1,
.col-3xl-2,
.col-3xl-3,
.col-3xl-4,
.col-3xl-5,
.col-3xl-6,
.col-3xl-7,
.col-3xl-8,
.col-3xl-9,
.col-3xl-10,
.col-3xl-11,
.col-3xl-12,
.col-4xl-1,
.col-4xl-2,
.col-4xl-3,
.col-4xl-4,
.col-4xl-5,
.col-4xl-6,
.col-4xl-7,
.col-4xl-8,
.col-4xl-9,
.col-4xl-10,
.col-4xl-11,
.col-4xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.cx-alert-body {
    text-align: center;
}
@media (max-width: 767.98px) {
    .cx-alert-ftr {
        justify-content: center;
    }
}
.cx-alert-ftr > button {
    min-width: 5rem;
}
.cx-popover {
    z-index: 1062;
    left: 0px;
    top: 0px;
    display: none;
    font-size: 1rem;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cx-popover-hdr {
    display: none;
    padding: 0.4rem 0.75rem;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    white-space: nowrap;
}
.cx-popover-body {
    padding: 0.75rem 0.75rem;
    text-align: center;
    min-width: 240px;
}
.cx-popover-prompt {
    width: 320px;
    text-align: left;
}
.cx-popover-ftr {
    padding: 0.25rem 0.75rem;
    margin-top: 0;
    text-align: center;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
@media (min-width: 768px) {
    .cx-popover-ftr > button {
        min-width: 5rem;
        margin: 0 0.2rem;
    }
}
@media (max-width: 767.98px) {
    .cx-popover-ftr > button {
        width: auto;
        margin: 0 0.2rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}
.cx-pagination-cntr {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.cx-pagination-msg {
    position: absolute;
    top: 0.4rem;
    left: 0px;
}
@media (max-width: 991.98px) {
    .cx-pagination-msg {
        display: none;
    }
}
.cx-suggest {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
    overflow: auto;
    background-color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: auto;
    min-height: 30px;
    max-height: 600px;
}
.cx-suggest > a {
    display: block;
    margin: 0px;
    padding: 0.25rem 0.5rem;
    color: black;
}
.cx-suggest > a:hover {
    background-color: #e9ecef;
    text-decoration: none;
}
.cx-suggest > a.selected {
    background-color: lightskyblue;
}
.cx-suggest > a.selected:hover {
    background-color: #45a0e4 !important;
}
.cx-suggest > a > span {
    color: #f60;
    font-weight: bold;
}
.cx-suggest.cx-loading + .cx-suggest-loading {
    width: calc(1.5em + 0.125rem);
}
.cx-suggest-loading {
    display: flex;
    position: absolute;
    top: 1px;
    right: 16px;
    border-radius: 0.25rem;
    background-color: white;
    color: #ffc107;
    z-index: auto;
    width: 0px;
    justify-content: flex-start;
    align-items: center;
    padding: 0.625em 0;
    overflow: hidden;
    transition: width 0.5s linear 0.5s;
}
.cx-fcxx-tree,
.cx-sfbz-tree,
.cx-gtyb-tree,
.cx-jgbm-tree {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
    background-color: white;
    white-space: nowrap;
    min-height: 360px;
    max-height: 1080px;
}
.cx-fcxx-tree > div,
.cx-sfbz-tree > div,
.cx-gtyb-tree > div,
.cx-jgbm-tree > div {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: auto;
    border-radius: 0.25rem;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.cx-cbr {
    z-index: 700;
    position: fixed;
    right: 8px;
    bottom: 148px;
}
.cx-cbr > div {
    cursor: pointer;
    background-color: #b2e3ef;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    opacity: 0.4;
    width: 1.5em;
    height: 1.5em;
    align-items: center;
    justify-content: center;
}
.cx-cbr > div:not(:first-child) {
    margin-top: 0.1em;
}
@media (min-width: 768px) {
    .cx-cbr > div:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.cx-cbr > diva {
    color: #0788a5 !important;
    text-decoration: none;
}
.cx-scroll2top {
    display: none;
}
@media (min-width: 768px) {
    .timepicker.col-md-6 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
@media (max-width: 767.98px) {
    .bootstrap-datetimepicker-widget .col-md-6 a[data-action] {
        padding: 0px;
    }
}
@media (max-width: 767.98px) {
    .bootstrap-datetimepicker-widget .col-md-6 table td span {
        margin: 0px;
    }
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child > span {
    width: auto;
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child:after {
    content: attr(title);
    margin-left: 0.25rem;
}
.bootstrap-datetimepicker-widget a[data-action='togglePicker']:only-child:hover {
    background: #e9ecef;
    cursor: pointer;
}
.switch {
    font-size: 1rem;
    position: relative;
}
.switch > label:first-child {
    margin-bottom: 0;
    position: relative;
    min-width: calc(calc(calc(1.5em + 0.75rem + 2px) * 0.8) * 2);
    border-radius: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    height: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    line-height: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(calc(1.5em + 0.75rem + 2px) * 0.8) * 2);
    border-radius: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    height: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    line-height: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(calc(1.5em + 0.75rem + 2px) * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(calc(1.5em + 0.75rem + 2px) * 0.8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #b0e0e6;
    border-radius: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(calc(1.5em + 0.75rem + 2px) * 0.8) - calc(2px * 2));
    height: calc(calc(calc(1.5em + 0.75rem + 2px) * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: #fff;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #007bff;
}
.switch input:checked + label::after {
    margin-left: calc(calc(1.5em + 0.75rem + 2px) * 0.8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(calc(1.5em + 0.5rem + 2px) * 0.8) * 2);
    height: calc(calc(1.5em + 0.5rem + 2px) * 0.8);
    line-height: calc(calc(1.5em + 0.5rem + 2px) * 0.8);
    text-indent: calc(calc(calc(calc(1.5em + 0.5rem + 2px) * 0.8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(calc(1.5em + 0.5rem + 2px) * 0.8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(calc(1.5em + 0.5rem + 2px) * 0.8) - calc(2px * 2));
    height: calc(calc(calc(1.5em + 0.5rem + 2px) * 0.8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(calc(1.5em + 0.5rem + 2px) * 0.8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(calc(1.5em + 1rem + 2px) * 0.8) * 2);
    height: calc(calc(1.5em + 1rem + 2px) * 0.8);
    line-height: calc(calc(1.5em + 1rem + 2px) * 0.8);
    text-indent: calc(calc(calc(calc(1.5em + 1rem + 2px) * 0.8) * 2) + 0.5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(calc(1.5em + 1rem + 2px) * 0.8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(calc(1.5em + 1rem + 2px) * 0.8) - calc(2px * 2));
    height: calc(calc(calc(1.5em + 1rem + 2px) * 0.8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(calc(1.5em + 1rem + 2px) * 0.8);
}
.switch + .switch {
    margin-left: 1rem;
}
.switch input + label {
    margin-bottom: 0;
}
.ivu-transfer-operation .ivu-btn {
    display: block !important;
}
.ivu-checkbox-wrapper {
    margin-bottom: 0;
}
.ivu-cascader-size-large .ivu-cascader-label {
    line-height: 40px;
    font-size: 16px;
    padding-left: 0.75rem !important;
    color: #515a6e;
}
.ivu-cascader-not-found-tip li:not([class^='ivu-']) {
    min-width: 200px;
}
.ivu-upload-select {
    display: block;
}
.ivu-radio-wrapper {
    margin-bottom: 0px;
}
/*# sourceMappingURL=override.css.map */
